decisions = {
    translatio_imperii_CBs_decision = {
		only_independent = yes
		ai_check_interval = 1
		is_high_prio = yes
		potential = {
			NOT = {
				has_claim = e_hre
			}
			NOT = {
				has_landed_title = e_hre
			}
			NOT = {
			has_character_flag = alreadytranslated
			}
			e_hre = {
				has_holder = yes
				}
			OR = {
				religion = catholic
				religion = fraticelli
				culture_group = latin
				}
			tier = emperor
		}
		allow = {
			tier = emperor
			is_adult = yes
			prisoner = no
			prestige = 1000
			NOT = {	trait = incapable }
			OR = {
				AND = {
					custom_tooltip = {
					text = fratcath
					OR = {
						religion = catholic
						religion = fraticelli
					}
					}
					has_landed_title = e_italy
					custom_tooltip = {
					text = pope_likes_you_tooltip
						religion_head = {
							likes_better_than = {
								who = ROOT
								than = e_hre = { holder_scope }
							}
						}
					}
				}
				AND = {
				custom_tooltip = {
				text = partycontrols_italy_tooltip
					OR = {
						has_landed_title = k_italy
						has_landed_title = k_sicily
						has_landed_title = k_romagna
						has_landed_title = e_italy
					}
				}
					completely_controls = c_roma
				}
		}
		}
		effect = {
			custom_tooltip = {
			text = imperialtranslationeffect
			add_character_modifier = {
				modifier = imperial_translation_modifier
				duration = 1000
			}
			set_character_flag = alreadytranslated
			e_hre = {
				add_claim = ROOT
				holder_scope = {
					opinion = {
						modifier = not_an_empire_op_mod
						WHO = ROOT
						years = 100
					}
				}
			}
			}
		}
		ai_will_do = {
		factor = 1
		}
}
}